home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWrap / Source / Makefile < prev    next >
Makefile  |  1994-05-15  |  2KB  |  60 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = GraphicsWrap
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = App_image.tiff
  16. DOCICONS = doc_image.tiff
  17.  
  18. GLOBAL_RESOURCES = GraphicsWrap.nib InfoPanel.nib PolyInspector.nib\
  19.                    TGIF.nib cross.tiff
  20.  
  21. CLASSES = AbsPoly.m CmdBgcolor.m CmdBgnpoly.m CmdCircle.m CmdComment.m\
  22.           CmdDraw.m CmdEndpoly.m CmdFgcolor.m CmdFps.m CmdHold.m\
  23.           CmdMove.m CmdNewframe.m CmdVertex.m GraphicView.m\
  24.           InfoPanel.m ListCell.m ListMatrix.m NXBitmapGraphicRep.m\
  25.           PolyInspector.m TGIF.m TGIFCell.m
  26.  
  27. HFILES = AbsPoly.h CmdBgcolor.h CmdBgnpoly.h CmdCircle.h CmdComment.h\
  28.          CmdDraw.h CmdEndpoly.h CmdFgcolor.h CmdFps.h CmdHold.h\
  29.          CmdMove.h CmdNewframe.h CmdVertex.h GraphicView.h InfoPanel.h\
  30.          ListCell.h ListMatrix.h NXBitmapGraphicRep.h PolyInspector.h\
  31.          TGIF.h TGIFCell.h
  32.  
  33. MFILES = GraphicsWrap_main.m
  34.  
  35. CFILES = miscutil.c
  36.  
  37.  
  38.  
  39. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  40. MAKEFILE = app.make
  41. INSTALLDIR = $(HOME)/Apps
  42. INSTALLFLAGS = -c -s -m 755
  43. SOURCEMODE = 444
  44.  
  45. ICONSECTIONS =    -sectcreate __ICON app App_image.tiff \
  46.         -sectcreate __ICON doc_image doc_image.tiff
  47.  
  48. LIBS = -lMedia_s -lNeXT_s
  49. DEBUG_LIBS = $(LIBS)
  50. PROF_LIBS = $(LIBS)
  51.  
  52.  
  53. -include Makefile.preamble
  54.  
  55. include $(MAKEFILEDIR)/$(MAKEFILE)
  56.  
  57. -include Makefile.postamble
  58.  
  59. -include Makefile.dependencies
  60.